The VhsDatastoreInterface object contains the following properties:
| Property |
Type |
Read Only | Description |
|---|---|---|---|
|
IsOpen |
Boolean |
Yes |
Returns whether or not this object is currently connected to an open datastore file. |
|
UserId |
String |
Yes |
Returns the network user ID. |
|
CurrentCacheSize |
Long |
Yes |
Returns the size of the ESE cache currently being used by this process. |
|
MaximumCacheSize |
Long |
No |
Gets or sets the maximum ESE cache size for this process. This is a global setting for all VhsDatastoreInterface objects and the value is reset back to the default value when all VhsDatastoreInterface objects are destroyed. The default value is 2,000 MB. The absolute maximum value is 2,000 MB on a 32-bit machine and 20,000 MB on a 64-bit machine. The maximum cache size cannot be set below the minimum cache size. |
|
MinimumCacheSize |
Long |
No |
Gets or sets the minimum ESE cache size for this process. This is a global setting for all VhsDatastoreInterface objects and the value is reset back to default value when all VhsDatastoreInterface objects are destroyed. The default value is 500 MB. The absolute minimum value is 1 MB. The minimum cache size cannot be set above the maximum cache size. |